generic adj. 1.【生物學(xué)】屬的,類的。 2.一般的,普通的 (opp. specific). 3.(商品)未注冊的;不受商標注冊保護的。 4.【語法】全稱的,總稱的。 a generic name 屬名。 the generic singular [plural] 全稱單數(shù)[復(fù)數(shù)]。 the generic person 全稱人稱〔one, you 等〕。 n. = a generic drug 未注冊的藥品(如 aspirin)。 n. -ness
Generic programming is a special paradigm in c + + 泛型編程是c + +特殊的編程思維模型。
Generic programming , c templates , java and c generics 演算法與資料結(jié)購algorithm and data structure
Every generic programming element must take at least one type parameter 每個泛型編程元素必須至少獲取一個類型參數(shù)。
In c , one might use templates and generic programming to implement the general features of an 在c + +中,您可能使用模板和通用編程方法來實現(xiàn)
I think that c + + supports generic programming rather well , so that it needs only minor additions 我覺得c + +相當(dāng)好地支持了泛型編程,所以只需要細微的增加。
Generic programming is a programming paradigm which is supported by the c + + template language mechanism 泛型程序設(shè)計是c + +語言通過模板機制支持的一種程序設(shè)計方法。
Researched the transforming rule of transforming apla ' s generic programs to it ' s equivalent c + + - programs . 5 研究將apla語言中的泛型程序設(shè)計機制轉(zhuǎn)換為等價c + +語言程序的方法。
When you create a constructed type from a generic programming element , you supply a defined type for each type parameter 根據(jù)泛型編程元素創(chuàng)建構(gòu)造類型時,應(yīng)為每個類型參數(shù)提供一個已定義的類型。
Generic programming develops object oriented , it abstracts the world with a higher view , many problems in object oriented can be handled by it 泛型編程是面向?qū)ο蟮倪M一步發(fā)展,從更高的角度對世界進行抽象,為面向?qū)ο蟮牟蛔阒幪峁┝私鉀Q之道。
From 00 to generic programming , template metaprogram , generative programming ; from com to com + , web service ; from stl to ace , boost , loki , ice 從oo到泛型到模板元編程到產(chǎn)生式編程;從com到com +到webservice ;從stl到ace到boost到loki到ice 。
In the simplest definition, generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by ML in 1973, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplication.